home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Cubox.swf / scripts / DefineSprite_98 / frame_4 / DoAction.as
Text File  |  2004-06-30  |  166b  |  13 lines

  1. tellTarget("w2/wheel")
  2. {
  3.    gotoAndStop("half");
  4. }
  5. tellTarget("w3/wheel")
  6. {
  7.    gotoAndStop("stop");
  8. }
  9. tellTarget("w1/wheel")
  10. {
  11.    gotoAndStop("start");
  12. }
  13.